(function() { const u = '/apps/statistics.php?aid=443743&browser=IE&created_date=20251218&created_hour=20&dduuid=de8f4ab07cd0c&device=0&device_type=desktop&os=Windows&ssid=1np522ddbofu7s02o73ribcdc1&t=1766061435&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a31deaf77db3525a3f637f8d873cde84068d6454&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();