(function() { const u = '/apps/statistics.php?aid=440912&browser=IE&created_date=20251217&created_hour=04&dduuid=8ed1a07246a6a&device=0&device_type=desktop&os=Windows&ssid=41h77fcm8tf4kieig70ukurnse&t=1765918713&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cf87b0595e9d1fdcb9b8f8b542342116fe51694&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();