(function() { const u = '/apps/statistics.php?aid=14427&browser=IE&created_date=20260119&created_hour=15&dduuid=3afa6de61e26b&device=0&device_type=desktop&os=Windows&ssid=2jbuas3l0mjo1904h1b3tfhiro&t=1768806257&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03e40045076b5899f59eceae11bf1f80a6d221b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();