(function() { const u = '/apps/statistics.php?aid=440686&browser=IE&created_date=20260225&created_hour=11&dduuid=6bfb84d018de0&device=0&device_type=desktop&os=Windows&ssid=8eg5hvv121i15poa7teiepd8mu&t=1771988692&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=589faf2f5c45a28cc0ab5bc7c31a066a2dd104d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();