(function() { const u = '/apps/statistics.php?aid=255387&browser=IE&created_date=20260120&created_hour=08&dduuid=a6acdeebf800e&device=0&device_type=desktop&os=Windows&ssid=scec0olbrnc0deghrgjf1f7ftb&t=1768869022&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8334374bb9c210db12dc21c51d686784ab14abe2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();