(function() { const u = '/apps/statistics.php?aid=12691&browser=IE&created_date=20260120&created_hour=01&dduuid=8d01cfea5dec8&device=0&device_type=desktop&os=Windows&ssid=lpuk8td7nr1dberem0r4fvfg1c&t=1768844413&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac81a87a8adc226f96f6fc91603cbe3e40a24245&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();