(function() { const u = '/apps/statistics.php?aid=455338&browser=IE&created_date=20260303&created_hour=12&dduuid=bece34e1a1708&device=0&device_type=desktop&os=Windows&ssid=ais2dvmo48sanej5tht2nnv7ij&t=1772513964&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=048056d4779701963498275f3c583aeffd275d1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();