(function() { const u = '/apps/statistics.php?aid=455575&browser=IE&created_date=20260301&created_hour=13&dduuid=8a68ff7807478&device=0&device_type=desktop&os=Windows&ssid=lf4j45lbp4f6ilmi0jjbiaudat&t=1772343032&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9eb3d59c27134f691b95f86767df1901066e7c7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();