(function() { const u = '/apps/statistics.php?aid=265974&browser=IE&created_date=20260118&created_hour=18&dduuid=5b9d11c8ed737&device=0&device_type=desktop&os=Windows&ssid=ims4fcnnbmt2kcrs0naseo636j&t=1768733360&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ea2e2c02ae271f44466a8d072fa4cebc287864b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();