(function() { const u = '/apps/statistics.php?aid=454155&browser=IE&created_date=20260311&created_hour=11&dduuid=fe4724a52cdf4&device=0&device_type=desktop&os=Windows&ssid=u3p4vugjmf8ekp4umpta2ckiv3&t=1773200088&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a81e09b2cf4195d481478a275a1c7a12c95a8ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();