(function() { const u = '/apps/statistics.php?aid=440256&browser=IE&created_date=20251126&created_hour=03&dduuid=b774ec2700e2a&device=0&device_type=desktop&os=Windows&ssid=bbiq4h0gm19d9669d02blqprvs&t=1764099784&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=681a7745293f913e74d734ae00da7cabc72b35ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();