(function() { const u = '/apps/statistics.php?aid=444936&browser=IE&created_date=20251220&created_hour=18&dduuid=3e4a2417b21c3&device=0&device_type=desktop&os=Windows&ssid=5gcmmhdg1biotf94jdoijmptom&t=1766225540&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4b60c23615be9fc46864666fa6e274785a05906&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();