(function() { const u = '/apps/statistics.php?aid=440255&browser=IE&created_date=20251224&created_hour=23&dduuid=c53743c3c52c8&device=0&device_type=desktop&os=Windows&ssid=j27f0i57ridkb34qht204frihd&t=1766588918&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5bef1994667c33c67e567744ff97960def90fe6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();