(function() { const u = '/apps/statistics.php?aid=440757&browser=IE&created_date=20260112&created_hour=00&dduuid=45a0938473584&device=0&device_type=desktop&os=Windows&ssid=hpgrug4cteq2kd8ohpqeflqpoc&t=1768150282&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fb6c65545ad52f4f27af2d7a5d7fde824e83738&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();