(function() { const u = '/apps/statistics.php?aid=455490&browser=IE&created_date=20260304&created_hour=10&dduuid=2962f1b8ad4d6&device=0&device_type=desktop&os=Windows&ssid=hed5dlp80e5se8kphpb2vc6esn&t=1772589972&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fba30c3fc1fc8fe0d1436574cdff570f3c8ac22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();