(function() { const u = '/apps/statistics.php?aid=428532&browser=IE&created_date=20260121&created_hour=03&dduuid=5334ffd659ce7&device=0&device_type=desktop&os=Windows&ssid=rkmhi0ckb9cnlot234in933eoh&t=1768938820&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=880e428f7bfb0d81d521b97fcfcc54dfd8fa717f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();