(function() { const u = '/apps/statistics.php?aid=405463&browser=IE&created_date=20260313&created_hour=13&dduuid=0a664d01ca4dc&device=0&device_type=desktop&os=Windows&ssid=od8ufnlna95gr2v17q1a26t4lm&t=1773378640&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0db29fbfc993f6c473371c6c062c5eb5c6dad2d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();